in

Does this make me an OOP?

Does this make me an OOP? | string-memes, class-memes, oop-memes, console-memes, public-memes | ProgrammerHumor.io
string-memes, class-memes, oop-memes, console-memes, public-memes | ProgrammerHumor.io

Content

CH HelloWorld Driver using System; 2 references Eclass Helloworld 1 reference public string PrintHelloworld() return "Hello World!"; 7 10 U references class Driver O references public static void Main(String args) Helloworld helloworld new Helloworld); Console.WriteLine(helloworld.PrintHelloworld()); 12 13 14 15 168