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.

OOP CLASS C for student

+6 votes
asked Jul 9, 2022 by nizarbnm (180 points)
Good day !

I have a while looking for some books that helps me to learn how to make CLASS using only C to make a softwar .exe using Inheritance, Encapsulation and Object. I have Base algortihme, Pascal, and C ( Visual studio code using to code sous windows 10) i learn it in the university but i didnt take a speciality so i decide to take OOP C us my base to programmer level.

Thank you for Advanced wishing that i'll hear good news early.

1 Answer

+2 votes
answered Jul 9, 2022 by Peter Minarik (86,160 points)

The C language is not object-oriented. There are no classes there.

What you mean is the C++ language.

You can just check out tutorials online, you don't need a book (unless you like the physical form, the touch of a book, and the smell of the paper).

Here are a few C++ tutorial sites:

Feel free to search for your own.

Have fun learning!

commented Aug 7, 2022 by Shubham Kumar (110 points)
sharing you the Data structure and algorithms sheet
 - https://www.linkedin.com/feed/update/urn:li:activity:6960963623921876992/
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.
...