What things would you remember while making an interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is one dimensional array in c++?

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


Who created c++?

0 Answers  


What is doubly linked list in c++?

0 Answers  


What problem does the namespace feature solve?

1 Answers  






Describe the main characteristics of static functions?

1 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Why do we use classes in programming?

0 Answers  


What is pointer to array in c++?

0 Answers  


what do you mean by memory management operators

4 Answers   HCL,


Explain the difference between realloc() and free() in c++?

0 Answers  


Categories