Answer Posted / chakilamvani@yahoo.com
Bjarne stroustrup
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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 the difference between static polymorphism and dynamic polymorphism?
What are properties in oop?
What is advantage of inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can private class be inherited?
What is the main feature of oop?
What is multilevel inheritance explain with example?
What is the benefit of oop?
What are different oops concepts?
Why is static class not inherited?
What are classes oop?
Why do we use oop?
c++ program to swap the objects of two different classes
What is the purpose of enum?