What are the three parts of a simple empty class?
No Answer is Posted For this Question
Be the First to Post Answer
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
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.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
explain dynamic binding by drowing
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is abstraction encapsulation?
What is encapsulation with real life example?
What is a macro? And how is a macro same as a template?
what is function overloading..?
What is polymorphism what is it for and how is it used?
What is sub classing in c++?