Why is oop better than procedural?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of polymorphism?
difference between overloading and overridding
Why we are use # in begning of programme of c++.
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 does and I oop mean in text?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
Why do we use encapsulation in oops?
What is class and object with example?
What is the use of fflush(stdin) in c++?
Why is abstraction needed?
program for insertion ,deletion,sorting in double link list