Gadgets

Showing posts with label OOPs Interview questions. Show all posts
Showing posts with label OOPs Interview questions. Show all posts

Saturday, 27 February 2016

OOPs Interview questions

Java is Object Oriented Programming language, in this page I given interview questions on OOPs concept. The OOPs concepts are very basic concepts in java.
1) Why java is Object Oriented Programming language?
Java is object based, it is consider the data in object form. Here we have some topics to say java is Object Oriented Programming language.
·        Abstraction
·        Encapsulation
·        Inheritance
·        Polymorphism etc.