Answer Posted / devi
c++ java
1) Support Pointers 1) Doesnot support pointers
2) support Multiple Inheritance 2) Indirectly supported
Interface
3) Storage classes 3) static only allowed
4) struct,union,enum 4) Not supported
5) Destructor used 5) Automatically performed
destroy the object using finalize method
6) Operator Overloading 6) Not supported operator
Overloding
7) Preprocessor allowed 7) Not supported
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is oop useful?
Templates mean
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is this pointer in oop?
What does <> mean pseudocode?
What are the two different types of polymorphism?
What is polymorphism and types?
What is persistence in oop?
What is solid in oops?
write string class as your own class in java without using any built-in function
How do you define a class in oop?
What is encapsulation in oops?
What is polymorphism in oop example?
What is the purpose of enum?
Why interface is used?