what is the main difference between c and c++?
Answer Posted / patel dimpal p.
c is procedure oriented language
while c++ is object oriented language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
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 do you mean by abstraction?
How do you define social class?
What is abstraction in oop?
Is oop better than procedural?
class type to basic type conversion
What is encapsulation with real life example?
Which type does string inherit from?
What is abstract class in oop?
What are the components of marker interface?
What is overriding in oop?
#include
Get me an image implementation program.
What is encapsulation oop?