English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

drowback and features

2007-01-08 03:42:55 · 3 answers · asked by Anonymous in Business & Finance Renting & Real Estate

3 answers

I don't know why you're asking that under Real Estate section. Object-oriented programming (OOP) is a programming paradigm that uses abstraction to create models based on the real world.

2007-01-08 03:46:12 · answer #1 · answered by HomeSweetSiliconValley 4 · 2 0

Object-oriented programming is the most popular way of programming nowadays. It attempts to address the problems of functional programming (which preceeded it).

Functional programming involves linear sequences of instructions and jumps in and out of functions (or "sub-routines").

Object-oriented programming involves modelling things and concepts as "objects" and programming the interactions between these objects.

Advantages:
-Easier to reuse code
-Easier to "read" program source
-Easier to extend/reduce

Disadvantages:
-Longer design phase
-More "wordy" program source
-Requires more memory/CPU than functional programming

2007-01-08 11:52:56 · answer #2 · answered by Anonymous · 0 0

object orientated is doing something to resolve a known goal

if you do something just for the fun of doing it then that isnt object orientated

2007-01-08 11:46:33 · answer #3 · answered by teenagekick5 3 · 1 0

fedest.com, questions and answers