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


Please Help Members By Posting Answers For Below Questions

Write a program to sort the number with different sorts in one program ??

1932


What are the benefits of interface?

596


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(); }

1998


What is basic concept of oop?

721


What is the example of polymorphism?

574






What are the two different types of polymorphism?

679


What is encapsulation with real life example?

585


Can we have inheritance without polymorphism?

633


What is multilevel inheritance in oop?

569


Why is oop useful?

616


How is polymorphism achieved?

597


Can you inherit a private class?

650


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1419


What do you mean by Encapsulation?

654


to find out the minimum of two integer number of two different classes using friend function

1651