pointers are support in C#? if yes then how to use it?
Answer Posted / supratim sengupta
pointers in C# are considered as unsafe code. We can use
pointers in the same way as we use in C++ or VC++ but we
need to build it with a /unsafe option
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation and abstraction? How are they implemented in C++?
What is difference between pop and oop?
Can enum be null?
What is difference between polymorphism and inheritance?
Get me a number puzzle game-program
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?
What is encapsulation with example?
What is encapsulation c#?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can we define a class within the interface?
State what is encapsulation and friend function?
Why multiple inheritance is not allowed?
What are the components of marker interface?
What is overriding in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?