WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND
ENCAPSULATION?
PLEASE EXPLAIN IT.
Answer Posted / ganesh
ABSTRACTION
An abstract class is a parent class that allows inheritance
but can never be instantiated. Abstract classes contain one
or more abstract methods that do not have implementation.
Abstract classes allow specialization of inherited classes.
ENCAPSULATION:
Wrapping up of data into a single unit..
| Is This Answer Correct ? | 7 Yes | 17 No |
Post New Answer View All Answers
What is encapsulation example?
What is inheritance write a program to show use of inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is oops in simple words?
What is interface in oop?
Write a program to sort the number with different sorts in one program ??
Can enum be null?
What is class and object with example?
How long to learn object oriented programming?
Which is not an object oriented programming language?
What is new keyword in oops?
Why is abstraction needed?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What exactly is polymorphism?
What is multilevel inheritance explain with example?