Answer Posted / srikanth
c is a procedure oriented language where as c++ is a object oriented language.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism explain?
Explain the advantages of inheritance.
What are the 3 pillars of oop?
What is the types of inheritance?
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 a class in oop?
Can we define a class within the interface?
What does <> mean pseudocode?
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 do we use inheritance?
What is oops in simple words?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is an example of genetic polymorphism?
Is data hiding and abstraction same?
What is multilevel inheritance explain with example?