




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Java basics for grade 8,9,10 as ppt which you can downlead and use in ur class
Typology: Slides
1 / 335
This page cannot be seen from the preview
Don't miss anything!





























































































Unique entity which has its own characteristics and behavior Object Wrapping up of data and function into a single unit called class is encapsulation Encapsulation Class is a set of similar objects Each object has its own attribute and common behavior Class Process by which objects of one class can link and share some common properties of objects from another class. Inheritance Act of representing the essential features without including the background details . Data Abstraction Process of using a function for more than one purpose. Polymorphism Principles of Object Oriented Programming
Object Unique entity which has its own characteristics and behavior Characteristic : Colour and shape Behavior : Write Characteristics are considered as data members Behavior is considered as functions
Data Abstraction
Encapsulation
Polymorphism
What is a computer program? A software program is commonly defined as a set of instructions, or a set of modules or procedures, that allow for a certain type of computer operation
Difference between POP & OOP Procedure oriented Object oriented programming Emphasis is on code. (Programs are written around what is happening) Emphasis is on data items rather than code. (Programs are written around “Who is being affected )
Explain four principles with real life examples
Coffee Vending Machine
Message Passing