What is oops in programming?
What is inheritance and how many types of inheritance?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is the difference between javap and jad utility
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
can you give the dynamic polymorphism types?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
What is abstraction with example?
Why do we need oop?
What is balance factor?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
explain defference between structure and class with example