What is encapsulation in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use class in oops?
How do you use inheritance in unity?
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 difference between String s=new String("vali"); String s="vali"
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is Virtual Keyword?
Why is polymorphism important in oop?
Why do we use encapsulation in oops?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
What is abstraction encapsulation?
why the argument is passed by reference to a copy constructor?example?
What do you mean by public, private, protected and friendly?