Hello everyone, I would like experienced people to help with the concept of object-oriented programming. I have read a lot about it and I understand it well, but the problem lies in using it in programs explicitly.
For example, I have a program that I want to use object-oriented programming in, but I don't know how to start it.
thanks for your cooperation
Loading
Sam HobbsPosted Feb 18, 2024, 4:23 AM
In your design do not think in terms of OOP. Define what your program needs to do. How you do that depends on you and the type of application. If the program will use a databasde then design the data. If the program has GUI, such as windows for a desktop or pages for a web application, then design how they need to look. Then describe generally what needs to be done then decide on details.
The important thing is to not try to make the application fit into something that is OOP.