Ecommerce III BCA Model I
Ecommerce III BCA Model I
7. The Object array is created in 22. a. Briefly explain about the Constructor and destructor? (or)
a)Heap memory b)Stack memory c) HDD d)ROM b. Discuss about the Overloading member functions
8. Which is the correct syntax of defining a pure virtual function? 23. a. Discuss about the overloading functions? (or)
a) pure virtual return_typefunc(); b) virtual return_typefunc() pure; b. Discuss about the Abstract Classes?
c)virtual return_typefunc()=0; d) virtual return_typefunc();
24. a. Explain about the Pointer to class Objects? (or)
9. What is the return type of the conversion operator? b. Explain about the Polymorphism and Virtual Functions
a) void b)int c) float d)no return type
25. a. Explain about the String (or)
b. Explain about the Miscellaneous functions.