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 1 of 3.

Anshuman 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 the c++ is actually object oriented so it is both procedural and oo language.

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.

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

Kiran said:   1 decade ago
C++ has whole function is procedural.
C++ is also object orinted language .

Saurabh said:   1 decade ago
All imperative languages are procedural oriented, Imperative languages are those which use the mutable data to change the state of program, only functional programming are excluded from this category. like LISP, HASKELL.
In that sense even JAVA is a procedural language which has an OOP approach to problem solving.

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.

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.

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.

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.

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.