Post New Answer View All Answers
What is coupling in oops?
What is a class and object?
Get me an image implementation program.
What is inheritance in simple words?
What is encapsulation in ict?
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 encapsulation oop?
#include
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Can enum be null?
What is object in oop?
What is basic concept of oop?
How do you explain polymorphism?
What are the 5 oop principles?
What do you mean by Encapsulation?