OOPS
Saniya Desai
Saniya Desai
, Introduction
● OOP is Nothing but Object Oriented Programming.
● Object-oriented programming (OOP) is a programming paradigm that
uses "objects" and their interactions to design applications and
computer programs.
● object-oriented programming has several advantages over procedural
programming:
● OOP is faster and easier to execute
● OOP provides a clear structure for the programs
● OOP helps to keep the Java code DRY "Don't Repeat Yourself", and
makes the code easier to maintain, modify and debug
● OOP makes it possible to create full reusable applications with less
code and shorter development time
Saniya Desai
, OOPs have following features
Object:- Instance of class
Class:- Blue print of Object
Encapsulation:- Protecting our data
Polymorphism:- Different behaviors at diff. instances
Abstraction:- Hidding our irrelavance data
Inheritence:- one property of object is aquring to
another property of object
Saniya Desai
Saniya Desai
Saniya Desai
, Introduction
● OOP is Nothing but Object Oriented Programming.
● Object-oriented programming (OOP) is a programming paradigm that
uses "objects" and their interactions to design applications and
computer programs.
● object-oriented programming has several advantages over procedural
programming:
● OOP is faster and easier to execute
● OOP provides a clear structure for the programs
● OOP helps to keep the Java code DRY "Don't Repeat Yourself", and
makes the code easier to maintain, modify and debug
● OOP makes it possible to create full reusable applications with less
code and shorter development time
Saniya Desai
, OOPs have following features
Object:- Instance of class
Class:- Blue print of Object
Encapsulation:- Protecting our data
Polymorphism:- Different behaviors at diff. instances
Abstraction:- Hidding our irrelavance data
Inheritence:- one property of object is aquring to
another property of object
Saniya Desai