Answer Posted / mahi
string is a class and datatype
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
Why is static class not inherited?
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?
What is debug class?what is trace class? What differences are between them? With examples.
Can main method override?
What is coupling in oops?
What is the difference between a mixin and inheritance?
What is abstraction and encapsulation?
What is oops and its features?
What is abstraction in oops with example?
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 benefits of oop?
Can private class be inherited?
Explain virtual inheritance?
What is oops?what is its use in software engineering?