[DiscordArchive] !?
[DiscordArchive] !?
Archived author: Skarn • Posted: 2018-06-03T20:28:49.135000+00:00
Original source
!?
Archived author: Kavligula • Posted: 2018-06-03T20:28:50.128000+00:00
Original source
You can do OOP in a language like C where there are no objects to begin with
Archived author: Skarn • Posted: 2018-06-03T20:28:56.160000+00:00
Original source
Object Oriented Programming?
Archived author: schlumpf • Posted: 2018-06-03T20:29:15.288000+00:00
Original source
C has objects
Archived author: Skarn • Posted: 2018-06-03T20:29:17.998000+00:00
Original source
the term object itself is merely an abstraction
Archived author: Kavligula • Posted: 2018-06-03T20:29:28.365000+00:00
Original source
If you count structs as objects
Archived author: schlumpf • Posted: 2018-06-03T20:30:10.507000+00:00
Original source
Any variable is an object.
Archived author: Skarn • Posted: 2018-06-03T20:30:16.970000+00:00
Original source
Even classes are not objects in C++, so there is no OOP when it comes to templates
Archived author: Skarn • Posted: 2018-06-03T20:30:42.090000+00:00
Original source
Instance of class is an object, though.
Archived author: Skarn • Posted: 2018-06-03T20:30:54.842000+00:00
Original source
Class itself is an abstraction in source code. In C++.