what are the disadvantages of C++?
Answer Posted / safe
1)it is partially support oop's concept.
2) not support dynamic memory allocation.
3) not support dynamic binding.
| Is This Answer Correct ? | 24 Yes | 84 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
What is polymorphism in oop example?
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 encapsulation with example?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Why is there no multiple inheritance?
What is pointer in oop?
What is class and object with example?
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?
What is difference between abstraction and encapsulation?
What do you mean by abstraction?
Which is not an object oriented programming language?
Can static class have constructor?
what is the sylabus for priliminaries?
What is the importance of oop?