Answer Posted / manish chakravarti
inline function is a small function,when programmer use in
our program small code function the compilar will
automaticlly precide inline keyword.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
what type of question are asked in thoughtworks pair programming round ?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is multilevel inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is oops?what is its use in software engineering?
What does and I oop mean in text?
State what is encapsulation and friend function?
Why is polymorphism used?
What is the importance of oop?
Explain the concepts involved in Object Oriented programming.
How does polymorphism work?
Can static class have constructor?
class type to basic type conversion