/HelloWorld-OOP

How to make a class that speaks Hello World?

Primary LanguageC++

#Hello World OOP

In this opportunity we present 3 ways to say 'Hello World' with C++ and the Oriented Objects Paradigm!

Getting Started

  1. The most trivial example is to create a simple cpp ClassSayHelloWorld file inside your C++ project and a Class with the same name. Now we are going to call a method in this class that prints "Hello World".