please anybody teach programming languages for me
what is the use of class?why we have to use?
Collapse
X
-
Tags: None
-
-
I don't use C++, but as I understand it there are three ways to use C++ ...- ... as a better C. You take advantage of some C++ features, but still write procedural code.
- ... as an object-oriented (OO) convert. You need a completely new way of thinking that involves classes, inheritance, polymorphism, templates, and all that jazz.
- ... hybrid. Dip your toe into OO stuff but still write mostly procedural code.
Which path do you have in mind?Comment
-
Comment