Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 1)
1.
You can use C++ as a procedural, as well as an object-oriented, language
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
25 comments Page 2 of 3.

Balamurgan said:   1 decade ago
Procedural Language means Step by Step Programming.

Ex: C, C++, COBOL, ALGOL & FORTRAN.

Where C++ is a Superset of C, Which have all the functionalities of C and also additional functionalities like inheritance, Polymorpism and Wrapping can be possible.

Pragatee said:   1 decade ago
C++ is a procedural language and also a Object Oriented Language.

Bharatwaj S Venkatesan said:   1 decade ago
Because C does not support re usability concept but C++ support so we can do both procedural and object oriented concept. Reuse defines object oriented concept.

Vinutha j said:   1 decade ago
C++ is a object oriented program and it's having step by step procedure.

Kanchan said:   1 decade ago
C++ is a middle level language because c++ has features of both low level language i.e. concentration on what's going on in the machine hardware and high level language i.e. concentration on the program itself.

Linkeshwar said:   1 decade ago
C++ is both a procedural and object oriented programming language because C++ does not imply strict usage of classes. Class is optional only.

C++ program can be created using functions alone.

Priyanka said:   1 decade ago
In a Procedural Language, we use subroutines/procedures to write a piece of code that could be used repetitively. In object oriented programming language, there are objects of classes where the classes have instance variables and methods. In C++, we can do both of the above tasks, thus it belongs to both the categories.

Siddu said:   1 decade ago
C++ is inherited from C.

Dharambir said:   1 decade ago
C++ is the supercast of C language hence support all the features of C. And we all know C is procedural language.

And also C++ support the feature of object hence it is also object oriented language.
(1)

Asha said:   1 decade ago
One is procedural and other is object orient. Then how it can be same?


Post your comments here:

Your comments will be displayed after verification.