what are the disadvantages of C++?
Answer Posted / priya
It does not supprt ENCAPSULATION property of OOP's concept.
Because main method is present in outside of the class.
| Is This Answer Correct ? | 17 Yes | 44 No |
Post New Answer View All Answers
How do you achieve polymorphism?
What is the benefit of oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How can you overcome the diamond problem in inheritance?
What is destructor in oop?
Who invented oop?
What is abstract class in oops?
What is polymorphism explain its types?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is class encapsulation?
Is this job good for future? can do this job post grduate student?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why it is called runtime polymorphism?