Answer Posted / sudhanshu mishra
class,objects,inheritance,encapsulation,constructor,abstrcti
on,polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is a class and object?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why multiple inheritance is not allowed?
State what is encapsulation and friend function?
What is basic concept of oop?
What is the diamond problem in 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.
What is meant by multiple inheritance?
Why do we use oop?
Why do we use oops?
What is oops and why we use oops?
What is polymorphism oop?
hi all..i want to know oops concepts clearly can any1 explain??
How is class defined?