ALL >> Computer-Programming >> View Article
Best Institute In Delhi
OOPS concept---
We have many languages and we can programming by these languages .
but now we are talking about OOPS concept in php. OOPS stands for
OBJECT ORIENTED PROGRAMMING SYSTEM.we can use this concept in php or
other programming languages for making our programme so much easy and
faster. As we can see above there is an object in OOPS expended form.
object in the sense any object which is in our surrrounding.these can
be our mobile, our PC etc. every obeject has two characteristics of
there own. first is attribute and second is that behavior/functionality.
for example:-we all have our mobile phone.this is also an object as a
said above. so,mobile phone has two characteristics of it's own.
first is attribute and second is it's functionality.Attribute contains
it's MODEL,COLOUR,it's outer look etc. and functionality contains that
how it works like audio call,video call,camera and many more.so when
we use this concept in php (a programming language),we use VARIABLES
as ATTRIBUTES and FUNCTIONS as BEHAVIOR/FUNCTIONALITY for making ...
... an
OBJECT.
Basically OOPS depends on class and objects.class contains variable
and functions which is like a template for an object. any object
functionality depends on there class.
WHY OOPS?
there are many benifits behind using this concept in php....
We can use one class for making many objects.this property shows that
in OOPS concept, coding is reusable.
And where coding is reusable then this make our programming so much
faster and easier.
through OOPS concept,program and software development became so easy.
......
OOPS has it's some basic concepts:-
1-class
2 -object
we have already discused about class and objects.an onject always
depends on the class which contains variable and function.
3-Inheritance-->inheritance is a process where we can use pre made
code into another programme.and according to our
programme we can extend the functionalities of that
code.
4-Polymorphism-->polymorphism is that type of concept which provide
us functionality to perform multiple task through a
single code.in short, when externally function has a
single name but internally it performs multiple tasks.
5-Dynamic Binding-->when a proseger run, then that does not know that
with which code it will be run.
6-message communication-->when two or more objects communicate with
each other then this prosess is called
message communication.
7-Encapsulation-->In a class, it contains data and methods related
to the object.it is like a capsulation/arrange method.
8-Abstraction-->hinding internal details from user and shows only
necessary details, this is called abstraction.
http://www.artheducation.com/computer-courses/index
Add Comment
Computer Programming Articles
1. Macbook Repairs Adelaide – Professional & Reliable Service By Fix LaptopsAuthor: Fix Laptops
2. The Complete Ccie Security Lab Practice Companion
Author: ccielabpass
3. Web3 Blockchain Experts Jaipur
Author: Lalit Kumar Gupta
4. Flutter Tutorial For Beginners: Step-by-step Guide To Mobile App Development
Author: Tech Point
5. Python Cgi Programming Tutorial: Learn Server-side Python Step By Step
Author: Tech Point
6. Incomplete Access Reviews: A Growing Enterprise Security Risk And How To Resolve It
Author: Tushar Pansare
7. Typescript Tutorial: Learn Typescript From Basics To Advanced
Author: Tech Point
8. Github Tutorial With Examples: Easy Guide To Github Basics
Author: Tech Point
9. Why Equipment Rental Businesses In Dubai Need An Erp System
Author: Al murooj solutions
10. Spark Matrix™: Data Intelligence Platforms
Author: Umangp
11. Golang Tutorial Explained: From Basics To Real-world Use
Author: Tech Point
12. Nodejs Tutorial: A Complete Beginner’s Guide To Learn Node.js Step By Step
Author: Tech Point
13. Angularjs Tutorial For Beginners And Professionals With Simple Examples
Author: Tech Point
14. Google Cloud Platform Tutorial: Step-by-step Introduction To Google Cloud
Author: Tech Point
15. Microsoft Azure Tutorial: A Beginner’s Guide To Cloud Computing With Azure
Author: Tech Point






