Why 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
Can 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
When 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
Why 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
Does ‘delete’ really delete the specified memory block?The answer is NO! ‘delete’ doesn’t delete anything.Aug 11, 2021Aug 11, 2021
Why 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