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

Relate to computer

2006-07-15 23:18:00 · 3 answers · asked by sandhu 2 in Computers & Internet Programming & Design

3 answers

First of all C is a programming language and Object Oriented Programming is a concept. C is a structure based language while OOP is found in programming languages like Java. OOP is based on things called objects while in C progamming can only be done according to the 3 control structures(sequence, selection, repetition ... remeber?). In the present OOP is used widely as it has many benifits over structure based programming. Normally C is good for problem solving. Java which is a language based on C is one of the best programming languages with OOP.

2006-07-15 23:30:52 · answer #1 · answered by elijah 1 · 3 2

C is a programming language. OOP is a programming methodology.

C supports only POP (Procedure Oriented Programming).

Languages such as C++ and Java support OOP (Object Oriented Programming).

2006-07-16 06:27:28 · answer #2 · answered by The Mystic 3 · 0 0

Those two r totally different. First one is a language.

2006-07-16 06:23:48 · answer #3 · answered by I tapu 2 · 0 0

fedest.com, questions and answers