1 / 13

OOPS CONCEPT

OOPS CONCEPT. BY- RAJNI KARDAM PGT(Comp. Science) GROUP(1). OOPS. Object Oriented Programming Structure. PROCEDURAL Vs OOP PROGRAMMING. OBJECT. Object is an identifiable entity with some characteristics and behaviour. CLASS.

Download Presentation

OOPS CONCEPT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OOPS CONCEPT BY- RAJNI KARDAM PGT(Comp. Science) GROUP(1)

  2. OOPS • Object Oriented Programming Structure

  3. PROCEDURAL Vs OOP PROGRAMMING

  4. OBJECT • Object is an identifiable entity with some characteristics and behaviour.

  5. CLASS • A CLASS represents a group of objects that share common properties and relationships. • Object can be defined as a variable of type class.

  6. Features of OOPs • Data Abstraction • Data Encapsulation & data hiding • Modularity • Inheritance • Polymorphism

  7. Data Abstraction • Abstraction refers to the act of representing essential features without including the background details of explanations.

  8. Data Encapsulation • The wrapping up of data and functions (that operate on data) into a single unit (called class) is known as ENCAPSULATION. DATA Member functions Object

  9. MODULARITY • MODULARITY is a property of a system that has been decomposed into a set of cohesive and loosely coupled modules.

  10. INHERITENCE • INHERITENCE is the capability of one class of things to inherit capabilities or properties from another class.

  11. EXAMPLE OF INHERITENCE

  12. POLYMORPHISM • POLYMORPHISM is the ability for a message or data to be processed in more than one form. Polymorphism is a property by which the same message can be sent to objects of several different classes.

  13. THANK YOU

More Related