Advertisements

OOPS | What is OOPS?

Advertisements
What is OOPS?
OOPs is the new concept of programming parallel to Procedure oriented programming.It were introduced in late 80's.It consider the programming simulated to real world objects.It help in programming approach in order to built robust user friendly and efficient software and provide the efficient way to maintain real world software. Organize a program around its data (object)& set well define interface to that data. i.e. objects and a set of well defined interfaces to that data. Which contains the properties of inheritance encapsulation and polymorphysim basically that is called oops . and the abreivition is object oriented language . which applied in c++ fully. Advertisements

Related Posts by Categories



No comments:

Post a Comment