As fields are implicitly private, why there is often explicit declaraion used in the books, articles etc.?
Because default access levels vary across languages, and many people program in more than one language. It's easy to become confused, either as the author or as someone reading the code later, thus explicit is nicer to deal with than implicit.