Features of Object Oriented Programming Language
OOPS features: (i)Class:-> Class is a blueprint or prototype which contains within itself data and method.At run the instance of class called Object are created to show the properties of Class. (ii)Object:-> Object are the instance of class. At run the instance of class called Object are created to show the properties of Class. (iii)Abstraction:-> It is the act of representing essential features without going to its background details. (iv)Encapsulation:-> It is the method of wrapping data and method under one head or one unit is called encapsulation, (v)Polymorphism:-> Poly means 'many' morphism means 'to form'. When one task is performed by different ways i.e. known as polymorphism. For example: to convince the customer differently, to draw something e.g. shape or rectangle etc.