Originally posted by manas ranjan mandal:
can anyone explain what is oops concept?
oop's
bject oriented programming's concept.
having 4 major properties:
polymorphism : Takes more than one form [runtime,compile time]
Abstraction : Hiding the data [objects]
Inheritance : inheriting the properties of another class/interface
Encapsulation: Data binding [access modifiers]
[ May 15, 2008: Message edited by: Campbell Ritchie ]