Object-oriented programming (OOP)
is a programming paradigm that represents concepts as "objects" that
have data fields (attributes that describe the object) and associated
procedures known as methods. Objects, which are usually instances of
classes, are used to interact with one another to design applications
and computer programs. C++, Objective-C, Smalltalk, Java, C#, Perl, Python and PHP are examples of object-oriented programming languages.
Post a Comment
thnx for the notes i am hopping that these notes are covering all the topics
Post a Comment