Principles of OOPS There are Four Main Principals of OOPS which are called Polymorphism, Data Abstraction, Inheritance and Encapsulation. Polymorphism Polymorphism is another strong feature of OOPS. It means one term in many forms. This ability of different objects to respond, each in its own way, to identical messages is called polymorphism. Method Overloading and [...]
↧