What is the difference between declaration and definition?
Answer Posted / roshan
During declaration we just specify the type and no memory
is allocated to the variable. But during the definition an
initial value is assigned and memory is allocated to the
variable.
| Is This Answer Correct ? | 186 Yes | 33 No |
Post New Answer View All Answers
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).
Describe these concepts: Polymorphism, Inheritance and Abstraction.
How oops is better than procedural?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
c++ program to swap the objects of two different classes
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is object and example?
2. Give the different notations for the class.\
What is class encapsulation?
What is encapsulation selenium?
Why do we use oops?
Give two or more real cenario of virtual function and vertual object
What is byval and byref? What are differences between them?
What is polymorphism programming?
What is property in oops?