Car car = new Car()

>Car car = new Car()

Attached: xY2xDxo.jpg (811x1082, 176K)

Other urls found in this thread:

benchmarksgame-team.pages.debian.net/benchmarksgame/faster/csharp.html
yegor256.com/2015/03/09/objects-end-with-er.html
twitter.com/NSFWRedditImage

>not being able to tell from a glance that this is creating a new Car object named "Car"

fuck OOP

Car car2 = new Car(car)

C++ doesn't have this prob-
auto car = new Auto;

This is why I love C#. you only have to call the class name on the right side of initialization:

var car = new Car();

C# is for gays

>implicit typing

nigger

Is this board really filled with primjeets?