+ 1
What is the function of the classes in structured programming, is it the same as that of oop?
Clarify again, excuse me if it is misspelled, I use the Google translator.
5 Respuestas
+ 3
Structured programming does not have or use classes. C is a good example of a language normally used. Java can not do structured programming because everything is in classes making it OOP. But, you can simulate by making all methods static.
+ 4
In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).
0
This article should explain everything plus a bit more in java
https://hackr.io/blog/object-oriented-programming-oops-concepts-in-java-with-examples
0
No, you got it wrong. I want to know what is the function of the classes in structured programming.
0
No, in structured programming.
Lol