I still use inheritance in C# although it is only used for is-a relationships and those aren't that common. But when you need it for that, it's usually pretty important.
I also think it's much more common to see it in library / framework code and not in application code.