What is the difference between modifier and identifier?

1 answer

Answer

1061552

2026-04-01 17:06

+ Follow

Identifiers are names you give to variables,methods,namespaces,classes ...ext

Modifiers are used to modify declarations of types and type members .

examples for modifiers : pivate ,public ,const , ...

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.