|
|
|
|
|
by enduku
1755 days ago
|
|
1. Creating a struct with desired state data 2. Creating functions that take a pointer to the struct as the first parameter 3. Declaring a variable with that struct type to create an instance of the object 4. Declaring another variable with that struct type for another object instance |
|
There are formal definitions of OO. The above satisfy exactly none of them.