Difference between Encapsulation and Abstraction
Answer Posted / malleswari
Abstract is provide necessary properties and operation of
an entity.Encapsulation is binding properties and operation
to an entity.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we instantiate interface in java?
Explain wait(), notify() and notifyall() methods of object class ?
How many classes can any class inherit java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the difference between stream and buffer?
How do you check if a number is a perfect square?
What are different types of classloaders?
Why a dead thread occurs?
Is space a character in java?
Does apple use java?
What is difference between iterator access and index access?
What is token in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
Write a program to print 15 random numbers using foreach of java 8?
Can we execute a program without main() method?