Pynux Soft Solutions
Pynux Soft Solutions
2. What is a class?
3. What is an Object/Instance?
11. What do you mean by internal linking and external linking in c++?
16. What is difference between shallow copy and deep copy? Which is default?
18. Is it possible to get the source code back from binary file?
20. What do you mean by pure virtual functions in C++? Give an example?
22. Why pure virtual functions are used if they don't have implementation / When does a
pure virtual function become useful?
23. What is virtual destructors? Why they are used?
24. What you mean by early binding and late binding? How it is related to dynamic
binding?
27. What are the difference between reference variables and pointers in C++?
28. What will the line of code below print out and why?
29. What is the error in the code below and how should it be corrected?
30. What will i and j equal after the code below is executed? Explain your answer.