pointers are support in C#? if yes then how to use it?
Answer Posted / preeti
Yes pointers are supported in c#.
Def:- pointers point to other veriable's memory address.
Uses:-
i)It uses in call by reference concept.
ii)Number of pointers can point to same memory address.
iii)using pointer there is working on exact memory location
instead of other veriable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is destructor give example?
Why do we use polymorphism in oops?
class type to basic type conversion
Why is object oriented programming so hard?
What is multilevel inheritance explain with example?
What is abstraction in oops?
Which language is pure oop?
How can you overcome the diamond problem in inheritance?
Why interface is used?
how to get the oracle certification? send me the answer
What is class and object with example?
What is encapsulation with example?
What causes polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction oop?