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
• What are the desirable attributes for memory managment?
2. Give the different notations for the class.\
What is overloading and its types?
Can we create object of interface?
Why oops is important?
Why do we use polymorphism?
Can main method override?
What are the three main types of variables?
How oops is better than procedural?
What is abstraction and encapsulation?
Which type does string inherit from?
What is polymorphism used for?
How to use CMutex, CSemaphore in VC++ MFC
What is encapsulation example?
Why do while loop is used?