What do you mean by abstraction?
No Answer is Posted For this Question
Be the First to Post Answer
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is abstraction with example?
what is the use of classes in c++;
What does it mean when someone says I oop?
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 the difference between procedural programming and oops?
What is encapsulation c#?
What is difference between abstraction and encapsulation?
What is object in oop with example?
Get me an image implementation program.
What is inheritance and how many types of inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000