Tell us about yourself.
Answer Posted / saranya
Hai My name is saranya. iam doing my BBA Final year in
correspondence at Madras university. Now iam working as an
Admin. iam having experience in front office and admin. My
Hobbies are Listening songs, traveling with my friends and
family and chatting with my friends. My strength is Honest
and Punctuality.
My father working as a conductor, my mom is housewife, My
brother is studying 11th and My sister is studying 7th std.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is polymorphism explain?
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
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is oops and why we use oops?
Who invented oop?
What are different oops concepts?
What are the benefits of polymorphism?
What is static in oop?
How do you achieve runtime polymorphism?
How do you achieve polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why it is called runtime polymorphism? What is class encapsulation?