Answer Posted / bala
Object Oriented Programming Structures
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a superclass in oop?
What is multilevel inheritance?
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?
Why oops is important?
What are the components of marker interface?
What are the 4 main oop principles?
which feature are not hold visual basic of oop?
Which method cannot be overridden?
What is the difference between inheritance and polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Can we create object of interface?
What is balance factor?
What is an advantage of polymorphism?
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).
How does polymorphism work?