SlideShare a Scribd company logo
JAVA 
By 
Shridhar B
Object 
Object is the basic unit of any programming 
language.Objects are identified by its unique name. 
An object are identified by its unique name. 
An object represents a particular instance of a class. 
Each instance of an object can hold its relevant data. 
An object is a collection of data members and 
associated member functions.
Classes are data types based on which objects are 
created. Objects with similar properties and methods 
are grouped together to form a class. 
Class represent a set of individual objects 
Example 1: 
consider a class of cars under which Santro Xing, 
Alto andWagonR represents individual objects. 
In this context each car object will have its own 
model, year of manufacturer,Colour,Top Speed, 
Engine power etc.which from properties of the car 
class and the associates functions actions that is
Object functions like start,move,stop from the 
methods of the car class. 
No memory is allocated when the class is created. 
Memory is allocated when the object is created. 
Example 2 : An architect will have blue prints for a 
house…those blue prints will be plan that explain 
exactly the what properties the house will have and 
how they all are laid out. However it is just a blue 
print you cannot live in it. 
Builders will look at the blue prints and use those 
blueprints to make a physical house.
They can use the same blue print to make as many 
houses they want……each house will have the same 
layout and properties. 
Each house can accommodate their own families 
…so one house might have smiths live in it….and 
one house have the Jones live in it. 
The blue print is the class….the house is the 
object…the people living in the house are data stored 
in the object’s properties.
Abstraction: Abstraction means showing essential 
features and hiding non-essential features to the user 
Example: yahoo mail…… 
When you provide the username and password and 
click on the submit button…It will show the 
Compose,Inbox,Outbox,Sent mails…..so when u 
click on compose it will open…but the user does not 
what are the internal operations the internal 
actions…that is non-essential things. 
TV remote…..Remote is an interface between user 
and tv..right which has buttons 0 to 10..on/of etc.
But we donot know circuits inside the remote. 
Users does not need to know…just he is using 
essential things like remote
Encapsulation means which binds the data and 
code(or) writing operations and methods in a single 
unit. 
For example : A car is having a multiple parts …Like 
steering ,wheels and engine…which binds together to 
form a single object that is car…So here multiple 
parts of cars encapsulates itself together to form a 
single object that is car. 
Encapsulation = Abstraction + data Hiding
Inheritance: Deriving a new class from the existing 
class is called inheritance. Derived class is getting all 
the features from the existing class and also 
incorporating some new features to the existing class. 
Class Address 
{ 
String name; 
String doorno; 
String streetname; 
}
Class latest address extends address{ 
String City; 
String State; 
String Country; 
}
Polymorphism: is the ability to take more than one 
form that an operation can exhibit different behavior 
at different instance depend upon the data passed in 
the operation. 
We behave differently in front of elders and friends. 
A single person is behaving differently at different 
time. 
A software engineer can perform different task at 
different instance of time depending on the task 
assigned to hime.He can do coding, testing, and 
analyzing ,designing depending on the task assign 
and the requirement.

More Related Content

Similar to Java

COMP111-Week-1_138439.pptx
COMP111-Week-1_138439.pptxCOMP111-Week-1_138439.pptx
COMP111-Week-1_138439.pptx
FarooqTariq8
 
Object-Oriented Concepts
Object-Oriented ConceptsObject-Oriented Concepts
Object-Oriented ConceptsAbdalla Mahmoud
 
Notes About Linden Scripting 2009 Congress
Notes About Linden Scripting 2009 CongressNotes About Linden Scripting 2009 Congress
Notes About Linden Scripting 2009 Congressdraceina
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideShare
biyu
 
Engineering And Technology
Engineering And TechnologyEngineering And Technology
Engineering And Technology
Amanda Reed
 
Chapter 1- Introduction.ppt
Chapter 1- Introduction.pptChapter 1- Introduction.ppt
Chapter 1- Introduction.ppt
TigistTilahun1
 
Ooad notes
Ooad notesOoad notes
Ooad notes
NancyJP
 
A350103
A350103A350103
A350103
aijbm
 
Objects by Sufian Idris
Objects by Sufian IdrisObjects by Sufian Idris
Objects by Sufian Idris
Universiti Kebangsaan Malaysia
 
Object Oriented Analysis And Design
Object Oriented Analysis And DesignObject Oriented Analysis And Design
Object Oriented Analysis And DesignSahil Mahajan
 
Basics of object oriented programming c++ [autosaved]
Basics of object oriented programming c++ [autosaved]Basics of object oriented programming c++ [autosaved]
Basics of object oriented programming c++ [autosaved]
RAVIPUROHIT22
 
C++
C++C++
C++
Rome468
 
Oop
OopOop
Class as the basis of all computation
Class as the basis of all computationClass as the basis of all computation
Class as the basis of all computation
abhijeetkumarkar422
 

Similar to Java (20)

COMP111-Week-1_138439.pptx
COMP111-Week-1_138439.pptxCOMP111-Week-1_138439.pptx
COMP111-Week-1_138439.pptx
 
java
javajava
java
 
Object-Oriented Concepts
Object-Oriented ConceptsObject-Oriented Concepts
Object-Oriented Concepts
 
Java pdf
Java   pdfJava   pdf
Java pdf
 
Notes About Linden Scripting 2009 Congress
Notes About Linden Scripting 2009 CongressNotes About Linden Scripting 2009 Congress
Notes About Linden Scripting 2009 Congress
 
香港六合彩 » SlideShare
香港六合彩 » SlideShare香港六合彩 » SlideShare
香港六合彩 » SlideShare
 
Engineering And Technology
Engineering And TechnologyEngineering And Technology
Engineering And Technology
 
Chapter 1- Introduction.ppt
Chapter 1- Introduction.pptChapter 1- Introduction.ppt
Chapter 1- Introduction.ppt
 
Ooad notes
Ooad notesOoad notes
Ooad notes
 
A350103
A350103A350103
A350103
 
Objects by Sufian Idris
Objects by Sufian IdrisObjects by Sufian Idris
Objects by Sufian Idris
 
Classes1
Classes1Classes1
Classes1
 
Object Oriented Analysis And Design
Object Oriented Analysis And DesignObject Oriented Analysis And Design
Object Oriented Analysis And Design
 
Basics of object oriented programming c++ [autosaved]
Basics of object oriented programming c++ [autosaved]Basics of object oriented programming c++ [autosaved]
Basics of object oriented programming c++ [autosaved]
 
C++
C++C++
C++
 
2 oop
2 oop2 oop
2 oop
 
Mca 504 dotnet_unit3
Mca 504 dotnet_unit3Mca 504 dotnet_unit3
Mca 504 dotnet_unit3
 
Oop
OopOop
Oop
 
Class as the basis of all computation
Class as the basis of all computationClass as the basis of all computation
Class as the basis of all computation
 
Class 4
Class 4Class 4
Class 4
 

Java

  • 2. Object Object is the basic unit of any programming language.Objects are identified by its unique name. An object are identified by its unique name. An object represents a particular instance of a class. Each instance of an object can hold its relevant data. An object is a collection of data members and associated member functions.
  • 3. Classes are data types based on which objects are created. Objects with similar properties and methods are grouped together to form a class. Class represent a set of individual objects Example 1: consider a class of cars under which Santro Xing, Alto andWagonR represents individual objects. In this context each car object will have its own model, year of manufacturer,Colour,Top Speed, Engine power etc.which from properties of the car class and the associates functions actions that is
  • 4. Object functions like start,move,stop from the methods of the car class. No memory is allocated when the class is created. Memory is allocated when the object is created. Example 2 : An architect will have blue prints for a house…those blue prints will be plan that explain exactly the what properties the house will have and how they all are laid out. However it is just a blue print you cannot live in it. Builders will look at the blue prints and use those blueprints to make a physical house.
  • 5. They can use the same blue print to make as many houses they want……each house will have the same layout and properties. Each house can accommodate their own families …so one house might have smiths live in it….and one house have the Jones live in it. The blue print is the class….the house is the object…the people living in the house are data stored in the object’s properties.
  • 6. Abstraction: Abstraction means showing essential features and hiding non-essential features to the user Example: yahoo mail…… When you provide the username and password and click on the submit button…It will show the Compose,Inbox,Outbox,Sent mails…..so when u click on compose it will open…but the user does not what are the internal operations the internal actions…that is non-essential things. TV remote…..Remote is an interface between user and tv..right which has buttons 0 to 10..on/of etc.
  • 7. But we donot know circuits inside the remote. Users does not need to know…just he is using essential things like remote
  • 8. Encapsulation means which binds the data and code(or) writing operations and methods in a single unit. For example : A car is having a multiple parts …Like steering ,wheels and engine…which binds together to form a single object that is car…So here multiple parts of cars encapsulates itself together to form a single object that is car. Encapsulation = Abstraction + data Hiding
  • 9. Inheritance: Deriving a new class from the existing class is called inheritance. Derived class is getting all the features from the existing class and also incorporating some new features to the existing class. Class Address { String name; String doorno; String streetname; }
  • 10. Class latest address extends address{ String City; String State; String Country; }
  • 11. Polymorphism: is the ability to take more than one form that an operation can exhibit different behavior at different instance depend upon the data passed in the operation. We behave differently in front of elders and friends. A single person is behaving differently at different time. A software engineer can perform different task at different instance of time depending on the task assigned to hime.He can do coding, testing, and analyzing ,designing depending on the task assign and the requirement.