kindly someone to heelp me understand this concept in c#
Loading
kindly someone to heelp me understand this concept in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Sep 22, 2024, 8:02 PM
Are you asking about arays of objects or arrays as objects or arrays in objects or something else?
Cr BhargaviPosted Sep 22, 2024, 5:36 PM
Hi, I am not sure if the below answer would be something that what you ask for. If thats so please find answer below. If not can you please ellobrate to make the question understandble please
C# - What are Classes and Objects?
Object-oriented programming is about creating objects that contain both data and methods.
Classes and objects are the two main aspects of object-oriented programming.
C# Arrays:
Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value.
To declare an array, define the variable type with square brackets:
Jignesh KumarPosted Sep 22, 2024, 9:45 AM
Could you please provide more details about your question to help others offer better suggestions?