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 is object in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How do you achieve runtime polymorphism?
to find out the minimum of two integer number of two different classes using friend function
What is use of overloading?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
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!!!)
Can we define a class within the interface?
write knight tour problem which is present in datastructure
What are classes oop?
What language is oop?
What is multilevel inheritance in oop?
How to call a non virtual function in the derived class by using base class pointer
What is difference between pop and oop?
What is the main purpose of inheritance law?