0% found this document useful (0 votes)
51 views5 pages

Object Oriented Programming in Java

This document introduces object-oriented programming concepts in Java, including objects, classes, inheritance, polymorphism, abstraction, and encapsulation. An object is defined as any entity that has state and behavior, such as a chair, pen, or table. Object-oriented programming uses classes and objects and provides concepts like inheritance and polymorphism to simplify software development and maintenance.

Uploaded by

pr so
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views5 pages

Object Oriented Programming in Java

This document introduces object-oriented programming concepts in Java, including objects, classes, inheritance, polymorphism, abstraction, and encapsulation. An object is defined as any entity that has state and behavior, such as a chair, pen, or table. Object-oriented programming uses classes and objects and provides concepts like inheritance and polymorphism to simplify software development and maintenance.

Uploaded by

pr so
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

OBJECT ORIENTED PROGRAMMING IN

JAVA
INTRODUCTION
 In this page, we will learn about basics of OOPs.
Object Oriented Programming is a paradigm that
provides many concepts such
as inheritance, data
binding, polymorphism etc.
OOPS CONSEPTS
 Object means a real word entity such as pen, chair, table
etc. Object-Oriented Programming is a methodology or
paradigm to design a program using classes and objects. It
simplifies the software development and maintenance by providing
some concepts:
 Object
 Class
 Inheritance
 Polymorphism
 Abstraction
 Encapsulation
OBJECT

 Any entity that has state and behavior is known


as an object. For example: chair, pen, table,
keyboard, bike etc. It can be physical and logical.
Interesting, right?
This is just a sneak preview of the full presentation. We hope you like it!
To see the rest of it, just click here to view it in full on PowerShow.com.
Then, if you’d like, you can also log in to PowerShow.com to download
the entire presentation for free.

You might also like