Answer Posted / guest
class is a simply collectiom of objects
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to hide the base class functionality in Inheritance?
Can static class have constructor?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
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(); }
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How to improve object oriented design skills?
what is the drawback of classical methods in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can a destructor be called directly?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is polymorphism and its types?
Can you explain polymorphism?
What is an example of genetic polymorphism?
What is a superclass in oop?
#include