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
Discussion:
25 comments Page 2 of 3.
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.
C++ program can be created using functions alone.
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.
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.
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.
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.
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.
C++ also use class, using class may be calling using object.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers