Files
oop-examples/cpp/instances/README.md
2020-04-01 14:13:55 +02:00

12 lines
236 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](./main.cpp)