oop's in c#

Stanford Torp

New member
Joined
Nov 8, 2024
Messages
1
Points
0
guys oops is bit confusing you can say.
please direct me to some tutorials..(which also answers whys)
some (very simple one) codes to learn this OOPS concept...

thanks to all....
 

Harry Shanahan

New member
Joined
Nov 8, 2024
Messages
1
Points
0
You mean OOP. Basically the word OOP is over hyped - it's just a style of programming. You need to learn how to use classes in CPP. When you are using a class to do the same thing 25 times instead of copy pasting the same code 25 times then that could be called a OOP.
 
Top