what is the main difference between c and c++?
Answer Posted / piyush
c is hard to manage whereas c++ is easily managable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who invented oop?
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 the full form of oops?
State what is encapsulation and friend function?
What polymorphism means?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is solid in oops?
What is a class oop?
What is debug class?what is trace class? What differences are between them? With examples.
2. Give the different notations for the class.\
What are the 3 pillars of oop?
What is destructor in oop?
Write a program to reverse a string using recursive function?
Where You Can Use Interface in your Project
What does and I oop mean?