pointers are support in C#? if yes then how to use it?
Answer Posted / rajiv grover
NO
pointer is not used in c#
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is polymorphism and example?
What is inheritance in simple words?
#include
What are the 3 principles of oop?
What is the advantage of oop over procedural language?
What are the benefits of oop?
Can we create object of abstract class?
Can destructor be overloaded?
What are the advantages of polymorphism?
Whats oop mean?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Is oop better than procedural?
What is abstraction oop?
What is polymorphism what are the different types of polymorphism?