+ 1

Why function overloading does not works in C language ?

15th Jun 2017, 1:02 PM
KumarRajendraMallina
KumarRajendraMallina - avatar
3 odpowiedzi
+ 3
AS At the time of development of c there is no overloading criteria. But on later on some major concept was discovered and are included in upgraded version of c also known as c++.
15th Jun 2017, 1:13 PM
Pranjal
Pranjal - avatar
+ 1
@Siddhant yes C is not a object oriented but we no need objects and classes to implement overloading but to implement inheritance encapsulation data hiding we required objects and classes.
16th Jun 2017, 9:24 AM
KumarRajendraMallina
KumarRajendraMallina - avatar
0
c is not an object oriented programming language. so it has no concept of oveloading as well as inheritance and polymorphism
15th Jun 2017, 6:57 PM
Siddhant Gahtori
Siddhant Gahtori - avatar