what is the main difference between c and c++?
Answer Posted / vignesh
Anish is a psycho....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can enum be null?
What is destructor oops?
How can you overcome the diamond problem in inheritance?
Can a destructor be called directly?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is difference between inheritance and polymorphism?
What is destructor in oop?
How do you achieve runtime polymorphism?
What is object-oriented programming? Webopedia definition
Why is there no multiple inheritance?
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.
is there any choice in opting subjects like 4 out of 7
Why 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 and I oop mean?