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.

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.

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

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.

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

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.

Ashutosh Sharma said:   1 decade ago
C++ and Java as procedural Language but only for complete OOPS language is C++, C#, java.

Jagadish kumar said:   1 decade ago
We are able to use c++ as procedural because it gives the whole functionality of C that is procedural language and C++ also use class, using class may be calling using object.

Varija said:   1 decade ago
C++ is procedure oriented as well as object oriented.
The programs can be implemented by using procedures(i.e functions as like in C),hence it is called procedure oriented.
With the help of classes and objects also we can implement the programming logic,hence C++ is called object oriented and uses OO concepts like inheritance etc.

Laxman kanhere said:   1 decade ago
C++ has lots of use in without class that is procedural.

C++ also use class, using class may be calling using object.

Santosh kumaa said:   1 decade ago
C++ has whole function is procedural.
c++ is also object orinted language .
so it function as procedural as well.


Post your comments here:

Your comments will be displayed after verification.