What is coupling in oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is the advantage of oop over procedural language?

0 Answers  


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


Why do we use virtual functions?

4 Answers  


What are benefits of oop?

0 Answers  


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  






What is ambiguity in inheritance?

0 Answers  


What do you mean by inheritance?

0 Answers   IBS,


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


what is main difference between object oriented object base

2 Answers   Wipro,


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


Categories