what is the limitation of C language
Answers
Answered by
1
Explanation:
C Programming Language doesn't support Object Oriented Programming(OOP) features like Inheritance, Encapsulation, Polymorphism etc. It is a procedure oriented language. In C, we have to implement any algorithms as a set of function calls. C doesn't perform Run Time Type Checking.
Similar questions