Computer Science, asked by athulpillai792, 6 months ago

which of the following programming language does not support object oriented programming​

Answers

Answered by sharmakartik7788
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