cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
Prototype-based inheritance in C++?
Prototype-based inheritance in C++?
Feb 17, 2015 at 9:29pm UTC
MatthewRock
(481)
Hello,
I was wondering if there are any projects that allow C++ to be prototype-based instead of class-based programming language. Do you know any? If not, would it be possible to implement it in C++ as some framework or something?
I'm curious.
Feb 17, 2015 at 10:12pm UTC
Lachlan Easton
(699)
You could have a read of
http://gameprogrammingpatterns.com/prototype.html
Topic archived. No new replies allowed.