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?
No Answer is Posted For this Question
Be the First to Post Answer
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
What does the keyword "static" mean?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is debug class?what is trace class? What differences are between them? With examples.
What is the difference between pass by reference and pass by value?
what type of question are asked in thoughtworks pair programming round ?
What is encapsulation selenium?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
what type of questions
why reinterpret cast is considered dangerous?
What is a friend function & its advantage?
How to create a comment page in C #??