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 do we need oop?
What are the two different types of polymorphism?
Where You Can Use Interface in your Project
What is the difference between a mixin and inheritance?
What is destructor give example?
Can you inherit a private class?
What is difference between oop and pop?
What is and I oop mean?
Templates mean
What is the main feature of oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is oops and why we use oops?
What is the difference between static polymorphism and dynamic polymorphism?
what is graphics
What is abstraction example?