pointers are support in C#? if yes then how to use it?
Answer Posted / varsha vilas kalebag
yes, pointer is nothing but value is saved in another
memory address
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is object in oop with example?
Why do we use encapsulation in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why multiple inheritance is not possible?
What is methods in oop?
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism in oops with example?
What is multilevel inheritance?
Why do we use class in oops?
What is the difference between a constructor and a destructor?
What is the real time example of encapsulation?
What do you mean by overloading?
What does I oop mean?
Why multiple inheritance is not allowed?