Difference between Abstract Classes and Interfaces
Difference between string and string builder.
4 pillars of OOP.
Coding question: Print alternative odd numbers in reverse from a given number as input. For example, if 1000 is the number then alternative odds will be 999, 995, 991, and so on. Had to do this using recursion.