what are the oops concept in java explain with real time
examples
Answer Posted / venkysam
inheritance: deriving the properties of superclass by using
EXTEND method
polymorphism:poly=many form, a function with same name but
different parameters and type will change
abstraction:showing essential features by hiding non essential
features,by using access specifiers
PUBLIC,PRIVATE,PROTECTED
encapsulation: combination of data members and member
functions is called , data encapsulation
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a java predicate?
What is the order of arraylist in java?
What is jit compiler ?
What is difference between final and finally in java?
Explain about arraylist?
Difference between object and reference?
How many digits is int32?
What is anagram in java?
whatis Home interface and Remoteinterface? with example?
Can we compare two strings in java?
Explain java coding standards for interfaces?
What is the diffrence between inner class and nested class?
Can java program run without jre?
What is output buffer?
Difference between serialization and deserialization in java?