Name some pure object oriented languages?
Answer / atul shankhwar
Smalltalk,
Java,
Eiffel,
Sather.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define the process of error-handling in case of constructor failure?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
How to declare a pointer to an array of integers?
What are the advantages of c++? Explain
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Explain about vectors in c ++?
Can a constructor return a value?
Explain abstraction.
Can user-defined object be declared as static data member of another class?
Can we declare a base-class destructor as virtual?
What are the static members and static member functions?
Describe the setting up of my member functions to avoid overriding by the derived class?