What is sub classing in c plus plus?

1 answer

Answer

1237198

2026-05-19 23:05

+ Follow

Class in C++ is just the same meaning as in any other OO(object-oriented) languages. In the world of OO, anything are classes, which have properties, function to work. In other Words, class is a method to organize things to work together.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.