Tell us about yourself.

Answer Posted / m.bhavani

Hi myself bhavani, completed B-pharmacy in 2011 from swami
vivekananda college of pharmacy,born and bought up at
hyderabad. I have good commmunication skills and computer
knowledge too. My other sills are Type lower hand[40 wpm].
My strengths are punctuaity and discipline.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor in oop?

621


What is abstraction oop?

623


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

1696


What does and I oop mean?

613


How is polymorphism achieved?

583






How to hide the base class functionality in Inheritance?

636


Explain the advantages of inheritance.

670


what is different between oops and c++

1999


What is methods in oop?

537


How do you answer polymorphism?

577


What are main features of oop?

630


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

942


What is difference between data abstraction and encapsulation?

613


Can we define a class within the interface?

551


can we make game by using c

3417