what are the disadvantages of C++?
Answer Posted / prasad
Allocation and deallocation of memory is responsible for programmer but java overcome it by JVM
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different oops concepts?
Which language is pure oop?
Is enum a class?
Can an interface inherit a class?
Can enum be null?
How Do you Code Composition and Aggregation in C++ ?
Can main method override?
What is the purpose of enum?
What is overriding in oops?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is destructor give example?
can we make game by using c
What is the diamond problem in inheritance?
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?
2. Give the different notations for the class.\