What do you mean by inline function?

Answer Posted / ajay

body of a function is simply coded in a single line.these
are easily compiled

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is and I oop mean?

616


Please send ford technologies placement paper 2 my mail id

1652


What is coupling in oops?

594


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

1696


What is abstract class in oop?

529






what type of question are asked in thoughtworks pair programming round ?

1758


class type to basic type conversion

1834


What is encapsulation in oop?

601


Why do we use inheritance?

628


What is static modifier?

630


Can a destructor be called directly?

599


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1146


Which is better struts or spring?

618


Which language is not a true object oriented programming language?

640


What are the two different types of polymorphism?

669