Answer Posted / mangai
static functions are used to retain the last assigned
value...static function creates only one copy of arguments
and uses it...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why do pointers exist?
State what is encapsulation and friend function?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are oops methods?
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 encapsulation oop?
Why is static class not inherited?
What exactly is polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Hi friends
I have experience of 6 months in website design and
maintanence. Now i am looking for other IT jobs.. to switch
platform. please post any interview you know in chennai. What is polymorphism and types? How to call a non virtual function in the derived class by
using base class pointer What is abstraction in oop? write a code for this. serial_number contained in the
header of the file will be read , if this serial number is
less than a previous serial number within a successfully
processed file, or is the same as another serial number
within a successfully processed file, or if the field
contains anything other than 7 digits, then the file must
error with the reason ‘Invalid SERIAL_NUMBER’. There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated.