pointers are support in C#? if yes then how to use it?
Answer Posted / kiran
yes we can use pointers same as in c++ and c but pointer concept is not supported in c# but we can implement using interface concept
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are main features of oop?
Are polymorphisms mutations?
What is the types of inheritance?
What is the point of polymorphism?
Why is destructor used?
What is destructor oops?
What is class encapsulation?
Which language is pure oop?
What is class and object with example?
How do you achieve runtime polymorphism?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
what's the basic's in dot net
when to use 'mutable' keyword and when to use 'const cast' in c++
What is basic concept of oop?
Why interface is used?