- 2
Short note on object oriented programming.
3 Antworten
+ 12
"Object-Oriented Programming." OOP (not Oops!) refers to a programming methodology based on objects, instead of just functions and procedures. A class is created and everything is done by making it's object.
+ 3
?
+ 2
object (button , textbox , labels , etc) ...
oriented (focused)....
programming...
means you focus on manipulating those objects..