How long to learn object oriented programming?
No Answer is Posted For this Question
Be the First to Post Answer
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(); }
What is an example of genetic polymorphism?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Is data hiding and abstraction same?
what is costructor?
swapping program does not use third variable
You have one base class virtual function how will call that function from derived class?
tel me oops defination in single line
Describe the difference between a Thread and a Process?
why function overloading is not called as pure polymorphism?
What is coupling in oop?
what i oops concept, how many languages supports oops concept?