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 abstract class in oop?
What are oops functions?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is ambiguity in inheritance?
What is pure oop?
State what is encapsulation and friend function?
What type of loop is a for loop?
what is the sylabus for priliminaries?
What is the real time example of encapsulation?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is this pointer in oop?
What is polymorphism give a real life example?
What is polymorphism and its types?
Can private class be inherited?
What is a class in oop?