Object oriented concepts – Java Pavan May 24, 2010 Java No Comments Q: What are basic OOPS Concepts? A: – Inheritance : When a child class acquires all the methods and properties of parent class it is called inheritance. Java supports inheritance either using classes or interfaces. Encapsulation: In above class, Read More