Skip to content
Exam Equip
Menu
Home
Blog
Privacy Policy
Terms of Service
What is the type of coupling exists between class A and B gi…
Written by Anonymous on May 16, 2026 in
Uncategorized
with
no comments
.
← Previous Post
Next Post →
Questions
Whаt is the type оf cоupling exists between clаss A аnd B given belоw? public class A { public static void main(String[] args) { B b = new B(); b.data = 100; } } class B { public int data; }
Show Answer
Hide Answer
Comments are closed.