what is the main difference between c and c++?
Answer Posted / hitesh
HITESH
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What do you mean by abstraction?
Where is pseudocode used?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the purpose of polymorphism?
What is static modifier?
What is polymorphism give a real life example?
Why it is called runtime polymorphism?
What is abstract class in 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.
how to get the oracle certification? send me the answer
Can a destructor be called directly?
What is the oops and benefits of oops programming?
What are the components of marker interface?
Why do we need oop?
What are the benefits of oop?