Java Tutorials | Big Enemies List of Java Abstract Modifier | by DURGA Sir

preview_player
Показать описание
Big Enemies List of Java Abstract Modifier:
---------------------------------------------------------------------
Abstract Method: Never talks about implementation

If any modifier talks about implementation then it will become enemy to abstract.

abstract
final === cannot be overridden
static === class level method and should contains implementation
synchronized == This method implementation can be executed by only one thread at a time.

native === Which is already implemented in non-java (c,c++,python)

strictfp == IEEE 754
private == Not visible to the child classes

illegal combination of modifiers: abstract and final
illegal combination of modifiers: abstract and static
illegal combination of modifiers: abstract and synchronized
illegal combination of modifiers: abstract and native
illegal combination of modifiers: abstract and strictfp
illegal combination of modifiers: abstract and private

#durgasoftware #Java #CoreJava
Рекомендации по теме
Комментарии
Автор

thank you very much sir for this video

saddamahmad
visit shbcf.ru