0

OBJECTED-ORIENTED PROGRAMMING

So with C++ as an objected-oriented programming (OOP) language, is it possible to use C++ in writing mobile apps and other complex apps for tablets and even laptops or it's just restricted to robotics the usual C programming language?

13th Apr 2017, 4:18 PM
Tsadidey Fortune Selassie
Tsadidey Fortune Selassie - avatar
4 Answers
+ 10
You can develop ANYTHING with C++. Application (mobile & Desktop), Robot...name it
13th Apr 2017, 4:39 PM
Wisdom Abioye
Wisdom Abioye - avatar
+ 3
It's a general purpose language. That says it all.
13th Apr 2017, 4:46 PM
Abner Schmidt
Abner Schmidt - avatar
+ 2
of-course, u can. windows is written in C/C++. in some mobile apps such as some games are developed in c++.
13th Apr 2017, 4:43 PM
Md. Jahidul Islam
Md. Jahidul Islam - avatar
+ 2
Anything and everything. C++ is fast and low level and yes you should use classes as they are intended to reuse code and for polymorphic data abstraction.
13th Apr 2017, 5:07 PM
Joshua Pierson
Joshua Pierson - avatar