What is coupling in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between function overloading and overriding?
Is html an oop?
Write a program in c++ to read two floating point numbers and find their sum and average.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
explain the concepts of oops?
what is the size of an empty class
what is difference between String s=new String("vali"); String s="vali"
Why do we use encapsulation in oops?
some one give d clear explanation for polymorphism
Write A Program using Single and Multiple Inheritance.
Why is polymorphism used?
What is a scope operator and tell me its functionality?