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

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.

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.

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

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

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.


Post your comments here:

Your comments will be displayed after verification.