What is the difference between class and structure?
Answer Posted / nandkumar
Class can be single tent.
but not in case of structure.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is interface? When and where is it used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is meant by oops concept?
What does and I oop mean in text?
What is multilevel inheritance in oop?
Can we override main method?
What is inheritance and how many types of inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How oops is better than procedural?
What is oops concept with example?
Explain virtual inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What are the data types in oop?
Can you inherit a private class?
What are the benefits of polymorphism?