1-Android Technical Interview
2-Android Task :
Small app that calculate the currencies that equivalent to the base currency (EUR)
there is an API that returns list of exchange rates and when the user types an amount in EURO the app should calculate the the equivalent in another currency according to the user selected target currency.
Interview questions [1]
Question 1
1-What the OOP?
2-What's the difference between override and overload in functions?
3-What happens if we have 2 functions with same name and same parameters but with different return types?