Chirag DarjiWhat Platform Independence actually means in Java🤔?In simple word platform independence means we can run our code any operating system. Better to say “Write once,Run anywhere”. So, Let’s…Jun 2, 2021Jun 2, 2021
Chirag DarjiCan static functions be virtual in C++?In C++, Static member function of class can not be virtual. Example for below program gives compilation error.Jan 27, 2021Jan 27, 2021