© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•16mo ago•
5 replies
restock2009

Constructors, Classes

I have been learning about classes, and when trying constructors in VS Code it gives my an error, eventhough i wrote it exactly like in the course im taking.
class Dog(){
float age;
private Dog(){
Console.WriteLine("Guau");
age=42;
}
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Constructors
C#CC# / help
3y ago
Sloppy Constructors
C#CC# / help
15mo ago
Building Constructors 101
C#CC# / help
17mo ago