Tell us about yourself.

Answer Posted / varsha vilas kalebag

hi a m varsha vilas kalebag, i stay at vikhroli .i am
staying with my parents,my mom is house wife & my dad is
retired & currently working in doordarshan as operational
engineer

Is This Answer Correct ?    13 Yes 74 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is destructor oops?

611


Why do we use oops?

585


what is the drawback of classical methods in oops?

2908


Why is object oriented programming so hard?

608


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1661






What is object and class in oops?

573


Why is abstraction used?

597


What is abstraction in oop?

625


What are classes oop?

591


What are the three parts of a simple empty class?

1447


What are the 3 principles of oop?

608


What is inheritance and how many types of inheritance?

607


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

1685


What is abstraction in oop with example?

637


What is object in oop?

670