What is the main difference between C++ and Java
Answer Posted / r.r.bharti
java program cmpile the both translater compiler &
interpreter but c++ program compile only compiler
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is pointer in oop?
What are the benefits of interface?
How to improve object oriented design skills?
What does and I oop mean?
Why multiple inheritance is not possible?
What is an interface in oop?
What is the point of polymorphism?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is encapsulation with example?
What is polymorphism give a real life example?
c++ program to swap the objects of two different classes
What are two types of polymorphism?
Write a program to sort the number with different sorts in one program ??
What is the types of inheritance?
How long to learn object oriented programming?