What are Encapsulation, Polymorphism and Inheritance?
Answer Posted / mohankumar
Encapsulation is also known as information hiding,it is to
protect data from the client using the classes but still
allowing the client to access the data,but do not modifying it.
Polymorphism ability to perform differently on different forms.
Inheritance means one base class derived from one or more
classes.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What does math floor () do?
What are strings in physics?
Is 0 true or false in java?
What is difference between == equals () and compareto () method?
What are the different types of multitasking?
How many functional interfaces does java 8 have?
What is the difference between the direct buffer and non-direct buffer in java?
What is thread safe java?
What is numeric function?
Explain about version control?
What is collections framework?
How do you format in java?
What is the difference between path and classpath variables?
How many bits is a string in java?
Can a list be null in java?