Answer Posted / venu
link list is a list that is used to sort by the names
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Can an interface inherit a class?
What is inheritance in oop?
What does and I oop mean?
What is object in oops?
What is new keyword in oops?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is object in oop with example?
what is the drawback of classical methods in oops?
What is a class oop?
What is polymorphism in oop example?
what's the basic's in dot net
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the advantages of polymorphism?
Can private class be inherited?