which of the following programming language does not support object oriented programming
Answers
Answered by
0
Object Oriented Programming is a programming paradigm which deals “objects” which contains data in the form of attributes and code in the form of procedures.
The following languages cannot are not object oriented languages:
C (Not C++)
BASIC
PASCAL
All procedural programming languages are not object oriented.
Object Oriented Programming supports features such as Inheritance, Encapsulation, Polymorphism, Abstraction which the above languages do not support.
For e.g. C does not support Inheritance. It does not support method overloading which is fundamental part of Object Oriented methods. Although it is possible to manipulate and kind of achieve some functionalities above, but C as it is used is not an object oriented language.
Similar questions
Math,
3 months ago
Social Sciences,
3 months ago
Math,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
English,
11 months ago