Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me understand the concept of coupling in inheritance? Is inheritance gives tight coupling?

1 Answer

0 votes
by (26.7k points)

Basically, inheritance not always gives tight coupling because it provide the access specifiers to declare methods as private, public, and protected. 

I hope this will help.

Want to become a Java expert? Join Java Certification now!!

Want to know more about Java? Watch this video on Java Tutorial for Beginners | Java Programming :

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...