What is abstract class in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
In c++ there is only virtual destructors, no constructors. Why?
Why do we use class in oops?
How do you use inheritance in unity?
What are the valid types of data that the main () can return in C/C++ language
Program to open a file with First argument
what is difference between thread and programme.
what is namespace? what are the uses of namespace?
can you give real time example for polymarphism
what is the use of mutable key word
What is namespace?
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