Answer Posted / achal
when an object of that class is created and constructor
runs. memory is allocated in Stack (part of RAM)
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Why do pointers exist?
Whats oop mean?
Is data hiding and abstraction same?
What are the three main types of variables?
What is the point of polymorphism?
What makes a language oop?
What is the advantage of oop over procedural language?
What is protected in oop?
Can private class be inherited?
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).
What is polymorphism in oop example?
What is class and object in oops?
What is byval and byref? What are differences between them?
What are the benefits of interface?
What is encapsulation in oop?