What is oops and why we use oops?
No Answer is Posted For this Question
Be the First to Post Answer
what type of question are asked in thoughtworks pair programming round ?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
what is cast operator?
What is the purpose of polymorphism?
What is byval and byref? What are differences between them?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
ambiguity regulation of multiple inheritance with example.
What is the advantage of oop over procedural language?
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 are callback functions in c++
tell about copy constructor
Can we have a private virtual method ?