Answer:
Disadvantage of having too many features in a language is that:
- There are many functions with same name but perform different function or task so it will create an issue or problem.
- Features do not duplicate one another as, there are different possible syntax for the same meaning.
- In a mathematical function, sometimes user function and mathematical variable name collide with language base features so it will create problem.