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.

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.

Aruna said:   1 decade ago
C language is base of the C++ language. So it support for the Procedural language. And using C++ language it support for the object oriented language also.

Satyas dev maurya said:   1 decade ago
C++ has whole function is procedural.
c++ is also object orinted language .
so that c++ is prosudral As well as object orinted laguage.

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.

Manish sharma said:   10 years ago
C++ is procedural and OO language because C++ uses the C functions and C does not support re-usability but C++ does.
(2)

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.

Pritam Gayen said:   6 years ago
All C programme are supported in C++ and there is also the features of Object- Oriented programme.
(2)

Allen said:   10 years ago
C++ is advance level of C, so it had feature over C. Hence, it can be used as procedural also.

Vijay said:   1 decade ago
C++ is procedural as well as object oriented language, so it function as procedural as well.

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


Post your comments here:

Your comments will be displayed after verification.