oop-examples/cpp/Instances.md
2020-05-04 19:36:23 +02:00

11 lines
243 B
Markdown

# C++ Example
## Language Specific
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'.
Relevant Files:
- [main.cpp](./classes/main.cpp)