WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND
ENCAPSULATION?
PLEASE EXPLAIN IT.
Answer Posted / b.vara lakshmi
abstaction means hiding information details.it creates a
new data item with encapsulated objects.
encapusulation means it encapsulates both the code and data
and it manipulates the both and keeps safe from
interferences and misuse.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is static in oop?
What is the difference between encapsulation and polymorphism?
What is class in oop with example?
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.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What are the 4 main oop principles?
Plese get me a perfect C++ program for railway/airway reservation with all details.
How is class defined?
What are main features of oop?
Can destructor be overloaded?
What is oops and why we use oops?
What is meant by multiple inheritance?
What is multilevel inheritance?
What is difference between polymorphism and inheritance?
What is destructor give example?