Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

is c++ and oops are same?? i

+1 vote
asked May 8, 2022 by Abhikash Bhagat (130 points)
related to an answer for: How to use a display in python

1 Answer

0 votes
answered May 11, 2022 by Peter Minarik (86,180 points)

What is OOPS?

OOP usually stands for Object-Oriented Programming. Both Python and C++ (and further languages, such as Java, C#, etc) are object-oriented programming languages.

So no, C++ is not OOP, C++ is just one object-oriented language of many.

As for your original question: every program compiled and run on OnlineGDB will only allow console (standard output) to be displayed and no graphics. For graphics, it'd be probably best to install the desired programming language, IDE, libraries etc on your own computer or find other online sites that possibly support graphics to be displayed not just character output.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...