home.social

#programmingconcepts — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #programmingconcepts, aggregated by home.social.

  1. Default Values of Arrays and Referencing Arrays in C# Tip #45 - This explanation covers default values in arrays. For integers, default is 0; for strings, it's null. It also demonstrates how arrays are reference types—assigning one array to another copies the reference, not the data. Modifying one affects the other. #Arrays #DefaultValues #NullCoalescing #CSharpBasics #ProgrammingConcepts #ReferenceTypes #CodingTips #DotNet #LearnToCode

  2. Dive into the world of Object-Oriented Programming! Learn about objects, their identity, attributes, and behavior. Explore real-world examples and understand how OOP concepts mirror our everyday experiences. #OOP #ProgrammingConcepts

    teguhteja.id/object-oriented-p