
can i use native keyword with abstract method ? if yes explain and if no please explain

Hi Suresh,
abstract and native are illegal combinations to declare a method. Because abstract method mean in feature we are providing implementation but native method mean already it contain legacy code implementaion.