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 default size of arraylist in java?
What is bitwise complement?
Is java a super set of javascript?
What class of exceptions are generated by the java run-time system?
Explain about OOPS concepts and fundamentals.
List primitive java types?
Why we go for collections in java?
how is final different from finally and finalize in java?
What is the difference between applet and application?
Can you explain the usages of class.forname()?
Similarity and difference between static block and static method ?
Write an algorithm for quick sort?
What is return code?
Can we define a package statement after the import statement in java?
What is a parent class in java?