Jump to content

Oops Concepts Telugu Lo Chepandi Please


Recommended Posts

Posted

Thanks bro

Mari get set concept enti

c# lo properties ani untayi.(don't confuse with fields or variables).ee properties ni use chesi u can set a value to a variable or get the variable value

 

example

 

{
private string _name;

public string Name
{
get
{
return _name;
}
set
{
_name = value;
}
}
}

 

 

ikkada _name anedhi oka field aa field ki value assign cheyyadaniki u can use this property Name

 

Genre oG = new Genre();

oG.Name = "Test";

 

ur setting the value for _name using Name property...

 

 

usually private fields unnayi anuko we can set the values for thjose fields using get and set

  • Replies 43
  • Created
  • Last Reply

Top Posters In This Topic

  • dotnetrockz

    12

  • GalaxyOwner

    5

  • AnilaReddy

    5

  • MayaBazar

    2

Top Posters In This Topic

Posted

Polymorphism ante em ledu.. oke ammayi raka rakal rangula cheera kattatam annamata.. :P

Posted

GP nissan bhayaaa.

 

deevudaaa endhi ee concept lu anni ..

Posted

youtube lo java tutorials telugu lo unayi..search it

Posted

https://www.youtube.com/watch?v=qHqTMiI9wzk

Posted

https://www.youtube.com/watch?v=qHqTMiI9wzk

I want it in telangana language

×
×
  • Create New...