what is the main difference between c and c++?
Answer Posted / sridharan
c dont use classes or objects but c++ do
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pure oop?
What is encapsulation selenium?
Is oop better than procedural?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the example of polymorphism?
write a program to find 2^n+1 ?
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 and I oop mean?
How is polymorphism achieved?
What is cohesion in oop?
What are the types of abstraction?
What is the highest level of cohesion?
Where You Can Use Interface in your Project
What is a null tree?
Can abstract class have normal methods?