oop-examples/cpp/Instances.md

11 lines
243 B
Markdown
Raw Permalink Normal View History

2020-04-01 14:13:55 +02:00
# C++ Example
## Language Specific
2020-05-04 19:36:23 +02:00
c++ is almost identical to java in this example. The only difference here is
that c++ doesn't require the object to be initialized with the keyword 'new'.
2020-04-01 14:13:55 +02:00
Relevant Files:
2020-05-04 19:34:12 +02:00
- [main.cpp](./classes/main.cpp)