Answered Questions

  • What are the OOPS concepts in Java

    praju86

    • Sep 26th, 2010

    Inheritance is one of the concepts which makes Java an OOP language. Two other important features are 1.POLYMORPHISM-concept which permits "single interface, multiple functionalities". 2.ENCAPSULAT...

    Gupta Pravin Kumar

    • Oct 6th, 2006

    INHERITANCE: Inheritance is the process by which one object can acquire the properties of another. The best example for this is C,C++, and JAVA languages itself. Java is being derived from C++ which...