exploreITWhy Can’t We Overload Functions/Methods Based On Their Return Type (in C++/Java)?I won’t go deeper into ‘What Function Overloading actually is’, but just a short definition for our discussion purpose-Nov 7, 2022Nov 7, 2022
exploreITCan I declare a C++ Constructor in Private? What is Singleton class?Yeah, for sure! Not all situations require or demand public constructor. You can use it in both public and private as long as you know when…Jul 26, 20221Jul 26, 20221
exploreITWhen and Why should we calculate Big-O?Yeah! That’s an interesting question. If you are a programmer, you must have a clear understanding about this notation.Dec 11, 2021Dec 11, 2021
exploreITO(N) vs O(2N): Are They Same? If yes then How?Umm… Yes! Both are same.Aug 18, 2021Aug 18, 2021
exploreITWhy does CHAR reserve 16 bits (2 bytes) in Java!?If you are from C/C++ background and currently working with Java you must be familiar with C/C++ Data Types and you must know the size of…Aug 12, 2021Aug 12, 2021
exploreITDoes ‘delete’ really delete the specified memory block?The answer is NO! ‘delete’ doesn’t delete anything.Aug 11, 2021Aug 11, 2021
exploreITWhy does C/C++ allow Undefined Behavior?WHY DOES THIS STORY MATTER? If you ever observed any undefined behavior while coding in C/C++ you may have wondered why does C/C++ allow…Aug 10, 2021Aug 10, 2021