Erica Bottaro: C++ is an object oriented programming language.The proper question would be what is the difference between programming C++ (object oriented) and C (non-object oriented).In OOP programmer can create objects (classes in C++) with certain properties and can use them frequently. It is more closer approach to the real world.In contrast to OOP, procedural languages use procedures and processes. This is more cumbersome and time consuming on one hand and difficult to conceptualize on the other....Show more
Timmy Bustard: a true object oriented programming like java has been developed as object oriented language from its beginning.languages like c++ are partially object oriented as c++ has been developed on top of c programming. hence c++ is super set of c language.c++ has partially object oriented futures like data abstraction, encapsulation, messaging, modularity, polymorphism, and inheritance .the advances of a c++ as object oriented is that ! it can also use as a system programming language as it made on the top of c programming .etc@gyan...Show more
Sonya Volcko: Python is a good programming language.If you make a program in a year with C++ then it will be 8 months with Python.1. C++ and Python complement each other.2. Maybe C++ is the piano and Python is the guitar.3. C++ is a low level language and Python is a high level language (more modular).4. You can write Python programs in just a few lines that would require pages in C++.5. C++ requires type declarations and Python avoids type declarations.6. Python containers are simpler and more flexible than C++ containers.7. Python allows for easier experimentation/concept-development than C++.8. C++ is compiled to an executable file and Python is compiled and then interpreted.9. Python has an interactive page where you can quickly test ideas.10. C++ is more difficult to master than Python. Python code is easier to read.11. Both C++ and Python are object ori! ented.12. Both C++ and Python work on multiple platforms (Wind! ows, Unix, VMS etc).13. C++ can be and Python is open source....Show more
No comments:
Post a Comment