Can you inherit a private class?
No Answer is Posted For this Question
Be the First to Post Answer
what is data abstraction with example.
What is a unary operator?
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
WAP find square root of any number (without using sqrt() )?
namespace is working on which compiler?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
What are the fields of vtable
swapping program does not use third variable
Program to print 0 to 9 in cross order
Can an interface inherit a class?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)