286,664 views
31 votes
31 votes
C supports multiple inheritance which allows you to compose a child class from multiple parents. Group of answer choices True False

User Carleton
by
3.0k points

1 Answer

13 votes
13 votes
False!
C is a language that isn’t object-orientated, and therefore does not have polymorphism or inheritance.
C++, however, does.
User Thierry
by
2.6k points