Quantcast
Channel: Rohit's Tech World » object oriented approach
Browsing all 2 articles
Browse latest View live

Parameter Arrays In C#

Generally, in a normal method, we allow fixed number of arguments. But what if your method takes  variable arguments, possibly of different types as parameters. You might be thinking that the object...

View Article



Virtual methods in C#

In Object Oriented Approach, Virtual method or function is a function/method whose behavior can be overridden within the derived class by the function/method of same signature. Same Signature specifies...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images