- Static Keyword in C++
http://www.studytonight.com/cpp/static-keyword.php - Vtable and VPtr [c++]
http://www.learncpp.com/cpp-tutorial/125-the-virtual-table/ - Introduction to SCRUM [video]
http://scrummethodology.com/scrum-epics/ - Interface vs Abstract Class [java]
http://www.programmerinterview.com/index.php/java-questions/interface-vs-abstract-class/ - Java Reference Objects [java]
http://www.kdgregory.com/?page=java.refobj - Java Pass by reference or pass by value [java]
http://stackoverflow.com/questions/40480/is-java-pass-by-reference-or-pass-by-value - New vs Malloc [c++]
http://electrofriends.com/qna/software-languages/c-cpp-faq/difference-malloc/ - Macro vs Inline function [c++]
http://forums.codeguru.com/showthread.php?328273-C-General-What-are-the-differences-between-inline-functions-and-macros - Stack vs Heap [c]
http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html
http://www-ee.eng.hawaii.edu/~tep/EE160/Book/chap14/subsection2.1.1.8.html - Calling Conventions [c++]
http://www.tenouk.com/Bufferoverflowc/bufferoverflowvulexploitdemo31.html
http://www.codeproject.com/Articles/1388/Calling-Conventions-Demystified - Pointers vs Reference [c++]
https://www3.ntu.edu.sg/home/ehchua/programming/cpp/cp4_PointerReference.html - Copy constructer [c++]
https://en.wikipedia.org/wiki/Copy_constructor_(C%2B%2B) - Deep copy vs Shallow copy Constructor [c++]
http://stackoverflow.com/questions/2657810/deep-copy-vs-shallow-copy - Why Virtual functions? [c++]
http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-c - Object slicing [c++]
http://stackoverflow.com/questions/274626/what-is-object-slicing#274636 - How to seal a class in c++ [c++]
http://stackoverflow.com/questions/4712992/how-to-define-sealed-class-in-c - Upcasting and downcasting [java]
http://stackoverflow.com/questions/23414090/what-is-the-difference-between-up-casting-and-down-casting-with-respect-to-class
http://www.bogotobogo.com/cplusplus/upcasting_downcasting.php [c++] - Preorder, Inorder and Postorder
http://stackoverflow.com/questions/9456937/when-to-use-preorder-postorder-and-inorder-binary-search-tree-traversal-strate - Can a recursive function be inline?
http://stackoverflow.com/questions/190232/can-a-recursive-function-be-inline - Can virtual functions be inlined?
http://www.geeksforgeeks.org/inline-virtual-function/ - Overloading Operators [c++]
http://www.studytonight.com/cpp/operator-overloading-examples - Virtual Destructor
http://www.studytonight.com/cpp/virtual-destructors.php - Memory Granularity [memory]
https://developer.ibm.com/technologies/systems/articles/pa-dalign/
Wednesday, August 5, 2015
Interview Q&A
Subscribe to:
Posts (Atom)